'宣言 Public MustInherit Class DependencyObjectRecyclingContainer(Of T As FrameworkElement) Inherits DependencyObjectNotifier Implements ISupportRecycling
public abstract class DependencyObjectRecyclingContainer<T> : DependencyObjectNotifier, ISupportRecycling where T: FrameworkElement